From ae783c6c69330cfd3f709d979d0adf9969a9d50b Mon Sep 17 00:00:00 2001 From: Mitsutaka Mimura Date: Tue, 5 May 2015 11:13:04 +0900 Subject: [PATCH] change search help to better message --- src/bin/cargo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 5902d3952..80f01bc3c 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -48,7 +48,7 @@ Some common cargo commands are: test Run the tests bench Run the benchmarks update Update dependencies listed in Cargo.lock - search Search crates from host of a registry + search Search registry for crates See 'cargo help ' for more information on a specific command. "; -- 2.30.2